Provides ACL operations.
- T
- The type that implements KiiCorp.Cloud.Storage.AccessControllable.
- U
- Enum of ACL action.
See Also: Inherited members from object.
override
|
Equals
(object)Determines whether the specified . is equal to the current KiiCorp.Cloud.Storage.KiiACL. |
|
override
|
GetHashCode
()Serves as a hash function for a KiiCorp.Cloud.Storage.KiiACL object. |
|
|
Subject
(KiiSubject)Create a new Entry with specified subject |
Determines whether the specified . is equal to the current KiiCorp.Cloud.Storage.KiiACL.Syntax
Parameters
- that
- Documentation for this section has not yet been entered.
Returns
true if the specified . is equal to the current KiiCorp.Cloud.Storage.KiiACL; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Serves as a hash function for a KiiCorp.Cloud.Storage.KiiACL object.Syntax
public override int GetHashCode ()Returns
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Create a new Entry with specified subjectSyntax
public KiiACLEntry<T, U> Subject (KiiSubject subject)Parameters
- subject
- Subject.
Returns
KiiACLEntry instance.Exceptions
Type Reason ArgumentException Is thrown when subject is null. Remarks
To add an ACL entry to KiiCloud, please call entry.Save(ACLOperation) API.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0